logo Mup Markup for Everyone

ParseTreeVisitor Class

Base class for all parse tree visitors that eventually provide a result that is stored in memory (e.g. a string or a MemoryStream).

Base type: ParseTreeVisitor.

This is an abstract class.

Generic Parameters

Constructors

Name Access Modifier Summary
ParseTreeVisitor() protected

Initializes a new instance of the ParseTreeVisitor<TResult> class.

Methods

Name Access Modifier Summary
GetResult() protected

Gets the visitor result. This method is called only after the visit operation completes.

Mup Copyright © 2020 Andrei Fangli